home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / misc / RenderLib.lha / RenderLib / doc / history < prev    next >
Encoding:
Text File  |  1997-07-10  |  17.6 KB  |  516 lines

  1.  
  2. history
  3. -----------------------------
  4.  
  5. * 22.4
  6.       - fixed a minor bug when dithering with
  7.         (width % 4) != 0
  8.         - slightly optimized CLUT dither preparation code.
  9.     - slightly modified legal and author text files.
  10.     - added support site URL.
  11.  
  12.   22.3
  13.       - removed some lines of garbage from the HAM-dither code
  14.         that might have caused problems under certain conditions.
  15.  
  16. * 22.2
  17.     - completed autodocs for alpha-channel functions
  18.  
  19.   22.1
  20.       - the internal memcopy routine now handles odd lengths
  21.         and addresses to allow overlapping memory transfers
  22.         in all situations.
  23.  
  24.   22.0
  25.       - implemented CreateAlphaArray()
  26.      - implemented MixAlphaChannel()
  27.      - added tags RND_SourceWidth2, RND_AlphaChannel2,
  28.        RND_AlphaWidth2 and RND_AlphaModulo2 for 3-channel
  29.        alpha-channel operations. it is now possible to
  30.        do 'weighted' compositions with two alpha-channels!
  31.  
  32.   21.0
  33.       - implemented AllocRenderVecClear()
  34.       - added definition of PIXFMT_RGB_24 - this is currently
  35.         not supported by render.library, but required for
  36.         guigfx.library 1.92.
  37.  
  38.   20.3
  39.       - MixRGBArray and ApplyAlphaChannel heavily optimized for
  40.         superscalarity and few memory accesses
  41.       - Histogram creation could still corrupt memory, when
  42.         0xaarrggbb data were added. Fixed.
  43.  
  44.   20.2
  45.     - 'Debug' text file included to the documentation.
  46.     - clib/render_protos.h did not define a return value
  47.       for Chunky2RGB(). Fixed.
  48.     - some text files revised
  49.  
  50. * 20.1
  51.     - fixed FD, clib and pragma files for MixRGBArray().
  52.     - extended ApplyAlphaChannel().
  53.       The alpha-channel is still by default assumed to be
  54.       in the source array, but it may be explicitely set with
  55.       the new tag RND_AlphaChannel. The alphachannel pixel
  56.       modulo may be set with RND_AlphaModulo, and the
  57.       alpha-channel-array's total width can be specified with
  58.       RND_AlphaWidth.
  59.     - fixed ApplyAlphaChannel(), ExtractAlphaChannel() and
  60.       InsertAlphaChannel(): Registers were not preserved
  61.       correctly.
  62.     - tutorial lectored and slightly revised.
  63.  
  64.   20.0
  65.     - implemented MixRGBArray()
  66.     - fixed a bug in Render() and ConvertChunky() when
  67.       rendering with mapping-engines to (width & ~7) != 0
  68.  
  69.   19.9
  70.       - Due to an error in parsing the taglist, ConvertChunky()
  71.         did not use Mapping-Engines. Fixed.
  72.       - ApplyAlphaChannel() fixed.
  73.       - InsertAlphaChannel() function interface slightly modified.
  74.       - tutorial textfile included to the documentation
  75.     - minor optimizations
  76.  
  77.   19.8
  78.     - fixed a bug in Chunky2RGB(). The RND_LeftEdge tag
  79.       was not handled correctly in HAM modes.
  80.       - added InsertAlphaChannel(), ExtractAlphaChannel() and
  81.         ApplyAlphaChannel()
  82.       - Mapping-Engines may be passed to Render() and
  83.         ConvertChunky() now.
  84.       - improved FS-Dithering performance: error calculation
  85.         and shifting now takes place in registers solely. with a
  86.         mapping-engine supplied, the code now fits to a
  87.         68020/68030 instruction cache.
  88.  
  89.   19.7
  90.     - Render() and ConvertChunky() now accept RND_ScaleEngine
  91.       as an additional tag argument. This allows scaling and
  92.       rendering in a single pass. The scaling-engine is
  93.       defined to be applied to to the source data.
  94.     - Scale() now handles RND_LineHook, and it has got a
  95.       returncode.
  96.  
  97.   19.6
  98.     - supplied Chunky2RGB() with RND_LineHook tag
  99.     - ImportPalette() and ExportPalette() PALFMT_RGB4
  100.       were broken. Fixed.
  101.     - implemented PALFMT_PALETTE for ImportPalette().
  102.     - Updated all text files.
  103.     - Lectored and revised autodocs.
  104.     - Added tag RND_Weight for AddHistogram().
  105.     - BestPen() did not work at all. Fixed.
  106.     - BestPen() no longer creates a p2table, but it
  107.       will use it when available.
  108.  
  109.   19.5
  110.     - slightly improved Chunky2RGB() speed in HAM modes
  111.     - included ChunkyArrayDiversity().
  112.     - included MapChunkyArray().
  113.     - Heavy bug removed from ConvertChunky().
  114.  
  115.   19.4
  116.         - AddRGBImage() no longer violates memory with
  117.           0xARGB (A=Alphachannel) data.
  118.         - prevented Render() from false rendering
  119.           with 0xARGB (A=Alphachannel) data. 
  120.         - Updated autodocs for mapping-engines.
  121.         - Implemented RGBArrayDiversity() for Mapping-Engines
  122.           and Palettes.
  123.         - one more bug removed from the palette administration
  124.           code. "Zu wahr um schön zu sein" [I. Jache]
  125.         - removed a small bug in the mapping-engine's
  126.           palette-update-administration code for
  127.           mapping-engines that are coupled with a histogram.
  128.         - added Roadmap.GIF to the documentation.
  129.         - updated autodocs for RGBArrayDiversity().
  130.         - updated memory information text file.
  131.         - updated CPU information text file.
  132.         - CreateMapEngine() no longer handles RND_PenTable.
  133.           This tag has to be passed to MapRGBArray() instead.
  134.  
  135.   19.3
  136.     - Finally- got- rid- of- that- $%^&?#§- palette- bug-
  137.       "I can't eat as much as I want to puke" [Liebermann]
  138.     - Updated legal information text file.
  139.  
  140.   19.2
  141.     - another memory violation bug removed from the
  142.       palette administration code.
  143.  
  144.   19.1
  145.         - ConvertChunky() did not semaphore-protect the
  146.           destination palette correctly. Fixed.
  147.         - Render() did not semaphore-protect the destination
  148.           palette correctly. Exclusive and shared locks to the
  149.           palette nested, and this won't work prior to exec v39.
  150.         - Removed a serious bug inside the palette-buffer
  151.           administration code that was introduced in v19.0
  152.  
  153.   19.0
  154.     - SortPalette() did not semaphore-protect its palette
  155.       and did not invalidate the palette's buffers. Fixed.
  156.         - ConvertChunky() has got a returncode now.
  157.     - Introduced a new functional class: Mapping-Engines.
  158.       Mapping-Engines are low-level conversion units which
  159.       provide mindblasting render speed.
  160.       New functions: CreateMappingEngine(),
  161.       DeleteMappingEngine(), MapRGBArray()
  162.  
  163.   18.9
  164.     - minor bug in HSTYPE_12BIT_TURBO interpolation code fixed.
  165.       The blue component was not correctly interpolated -
  166.       2 bits were missing.
  167.     - Speed heavily improved for most histogram-related functions.
  168.       Especially AddRGBImage() is significantly faster.
  169.  
  170.   18.8
  171.       - ConvertChunky() has been rewritten. Now it is equivalent
  172.         to Render(), except for that it does accept chunky data
  173.         as input and is not able to render to HAM modes. Finally,
  174.         there is no need to convert chunky data to RGB when
  175.         dithering is required.
  176.         ConvertChunky() handles the following additional tags:
  177.         RND_DitherMode, RND_DitherAmount, RND_ProgressHook,
  178.         RND_LineHook, RND_OffsetColorZero. In addition to that,
  179.         the dest-palette's pen-adaptor is correctly handled
  180.         and updated. ConvertChunky() itself is slower than
  181.         before, but overall performance should be better when
  182.         called multiple times.
  183.  
  184.   18.7
  185.       - 18.4 did NOT fix the mentioned bug. Thanks again to
  186.         Stefan Sommerfeld. This bug did not occur in the
  187.         68060 version and I didn't get rid of it. Now fixed.
  188.       - REND_CALLBACK_ABORTED wasn't returned when a 
  189.         Progress-Callback was aborted in Render(). Fixed.
  190.  
  191. * 18.6
  192.     - v18.5 bug removed that produced false dithering with
  193.       15Bit / 18Bit palettes in COLORMODE_CLUT
  194.  
  195.   18.5
  196.       - Render speed improved by up to 40% (depending on the CPU
  197.         and the selected render mode). Remarkably faster on 68060
  198.         systems and CLUT without dithering.
  199.  
  200.   18.4
  201.         - fixed a bug in CreateScaleEngine(). Registers were not
  202.           preserved correctly. Thanks to Stefan Sommerfeld who reported
  203.           this bug.
  204.  
  205.   18.3
  206.     - major internal rework in preparation for new dither modes
  207.       and other features.
  208.  
  209.   18.2
  210.       - Now line hooks have to return TRUE or FALSE for
  211.         continuation respective abortion.
  212.  
  213.   18.1
  214.     - Improved line hooks. A line hook is called twice now:
  215.       Once before rendering a line (msgtype LMSGTYPE_LINE_FETCH),
  216.       once after rendering a line (msgtype LMSGTYPE_LINE_RENDERED).
  217.       This solves many outstanding problems:
  218.       Now you can convert, draw, render, save etc. in a single go,
  219.       and there's no need to have intermediate buffers to keep
  220.       a complete image in memory.
  221.       Also read the annotations in renderhooks.h
  222.  
  223.   18.0
  224.       - removed bug from the 68020 version: Quantization
  225.         crashed without FPU.
  226.       - implemented random dithering (DITHERMODE_RANDOM). 
  227.         New Tag: RND_DitherAmount (Range 0-255).
  228.         The code is not satisfyingly optimized yet.
  229.     - fixed several minor problems
  230.  
  231.   17.6
  232.       - implemented RND_PenTable for Chunky2RGB(). This tag is
  233.         currently not defined for HAM modes.
  234.       - Major internal rework of Render(). Now the
  235.         generalized-line-conversion-interface is used.
  236.       - RND_LineHook implemented to Render().
  237.  
  238.   17.5
  239.       - implemented RND_PenTable tag for Render().
  240.  
  241.   17.4
  242.     - updated the 'legal' text file.
  243.     - minor autodoc changes
  244.  
  245. * 17.3
  246.     - implemented ScaleOrdinate().
  247.  
  248.   17.2
  249.     - removed a bug that occured when a progress hook was aborted
  250.       inside AddChunkyImage: I freed a semaphore that wasn't obtained.
  251.       "Needless to say, havoc breaks out [...]" (exec doc)
  252.  
  253.   17.1
  254.     - minor corrections with the FD and LVO files:
  255.       SortPalette renamed to SortPaletteA, AddHistogram renamed
  256.       to AddHistogramA.
  257.  
  258.   17.0
  259.     - Implemented AddHistogram()
  260.  
  261.   16.3
  262.     - More bugs removed from SortPalette():
  263.       - PALMODE_SIGNIFICANCE crashed in the 68020 and 68040 versions. Fixed.
  264.       - PALMODE_SATURATION did not work at all. Fixed.
  265.       - Bugs removed from PALMODE_POPULARITY and PALMODE_SIGNIFICANCE.
  266.  
  267. * 16.2
  268.     - initial public beta release.
  269.     - removed heavy bugs from SortPalette().
  270.  
  271.   16.1
  272.       - fixed problems with RND_ColorOffsetZero 
  273.  
  274.   16.0
  275.     - mainly cosmetic. major reworks and clean-ups to
  276.       autodoc and includes
  277.  
  278.   15.2
  279.     - Removed a heavy bug from AddRGBImage() that caused
  280.       random crashes.
  281.     - 24bit scaling implemented. The new tag is
  282.       RND_PixelFormat, valid types are PIXFMT_CHUNKY_CLUT
  283.       and PIXFMT_0RGB_32.
  284.  
  285.   15.1
  286.     - The scaling code has been rewritten completely.
  287.       Scaling engines use the generalized conversion system.
  288.       All scaling functions are highly accurate now.
  289.       Horizontal enlarge is significantly faster than before.
  290.  
  291.   15.0
  292.     - introduced a new generalized concept for
  293.       line-oriented conversion functions (internal).
  294.     - Chunky2RGB has been completely rewritten due to this
  295.       new concept. The HAM conversion is much faster now.
  296.     - Added RGB_ProgressHook tag to Chunky2RGB.
  297.     - implemented PMSGTYPE_LINES_CONVERTED.
  298.     - Chunky2RGB has got a returncode (CONV_...).
  299.     - updated the renderhooks include files.
  300.     - finally implemented EXTP_CALLBACK_ABORTED
  301.  
  302.   14.4
  303.     - removed bug from SortPalette().
  304.     - implemented PALMODE_SATURATION sort mode.
  305.  
  306.   14.3    
  307.     - Implemented SortPalette(). RND_PaletteMode is obsolete.
  308.     - New tag for ExtractPalette(): RND_RMHandler. This tag
  309.       specifies a custom memory handler for quantization.
  310.       Default is the histogram's memhandler.
  311.     - EXTP_SORTING_FAILED is obsolete.
  312.     - Default for RND_NewPalette is toggled to TRUE for
  313.       backwards compatibility.
  314.  
  315.   14.2
  316.     - removed heavy bug from AddChunkyImage() that could
  317.       produce completely corrupt histograms.
  318.  
  319.     - introduced PALMODE_SIGNIFICANCE. In this mode, a palette's
  320.       entries are sorted by their optical significance for the
  321.       human eye. This is helpful for many purposes, e.g. you get
  322.       excellent results with ObtainBestPen() if you allocate
  323.       a palette in this sequence.
  324.     - fixed a memory-corruption bug in the quantization code.
  325.  
  326.   14.1
  327.     - RND_NumColors is used instead of RND_NumEntries.
  328.       RND_NumEntries is obsolete. RND_FirstEntry has
  329.       been renamed to RND_FirstColor.
  330.  
  331.   14.0
  332.     - implemented RND_FirstEntry tag for ExtractPalette(),
  333.       ImportPalette() and ExportPalette().
  334.     - implemented RND_NumEntries tag for ImportPalette()
  335.     - implemented semaphore protection for histograms and
  336.       palettes
  337.     - lots of internal reorganization and clean-up
  338.     - implemented FlushPalette()
  339.     - implemented the RND_NewPalette tag for ImportPalette().
  340.  
  341.   13.0
  342.     - fixed minor problems with offset_color_zero and
  343.       p2table-adaption
  344.     - fixed minor problems with ConvertChunky() and
  345.       CreatePenTable() with a secondary pen conversion table
  346.       specified.
  347.     - implemented CountRGB()
  348.     - implemented BestPen()
  349.     - fixed minor problems with CreatePalette()
  350.     - FD and pragma for CreatePenTable() was corrupt. Fixed.
  351.     - CreatePenTable() has been slightly optimized.
  352.  
  353.   12.0
  354.     - adapted CreatePenTable() to palette objects.
  355.     - removed a deadly bug from ImportPalette().
  356.     - added RND_EHBPalette tag for ImportPalette().
  357.     - updated all includes and autodocs.
  358.     - ModifyHistogram() is obsolete. It has been removed.
  359.     - The function interface for QueryHistogram() has been
  360.       changed. You do no longer pass a taglist, but instead
  361.       a single tag argument.
  362.     - Parts of the code have been cleaned up.
  363.  
  364.   11.0
  365.     - adapted autodocs and includes to palette objects.
  366.     - adapted AddChunkyImage to use palette objects.
  367.       AddChunkyImage has been completely rewritten and
  368.       optimized.
  369.  
  370.   10.0
  371.     - adapted Render() to palette objects. 
  372.  
  373.   0.81
  374.     - removed the v0.80 speed-up. It didn't work together with
  375.       the low-memory adaption system.
  376.     - Introduced new functions: CreatePalette(),
  377.       DeletePalette(), ImportPalette(), ExportPalette().
  378.     - Modified ExtractPalette() to operate with palette objects.
  379.  
  380.   0.80
  381.     - The major changes in v0.79 introduced a bug that occured
  382.       when you rendered to HAM modes. This has been fixed.
  383.     - Rendering to CLUT with dither has been sped up.
  384.  
  385.   0.79
  386.     - The color-adaption code was heavily broken for odd
  387.       numbers of palette entries (68020/68040 versions only).
  388.       This long outstanding bug has been fixed.
  389.     - p1Table-Render removed. Instead I've implemented an
  390.       EXTREMELY efficient p2table-Render. Overall performance
  391.       should be at least the same in most cases.
  392.       This step has some profound conceptional consequences.
  393.       It seems as if the whole library layout could be simplified
  394.       even further. Maybe there will be another rework to some
  395.       function interfaces. (Don't kill me, beta-testers...
  396.       this stuff isn't trivial!)
  397.  
  398.   0.78
  399.     - ConvertChunky() is now able to convert a chunky image
  400.       over itself. If you tried to do so with elder versions,
  401.       the result was okay, but the routine was by some hundered
  402.       times slower than it could (reason unknwon).
  403.  
  404.   0.77
  405.     - removed a bug that was introduced in v0.69.
  406.       If you created a turbo histogram, rendered to CLUT
  407.       without dither, and didn't specify a progress hook,
  408.       the code ran into a deadlock.
  409.     - Chunky2RGB() HAM8 bit sequence changed to %SSMMMMMM.
  410.     - Planar2Chunky()'s interface changed and supplied with an
  411.       additional taglist parameter
  412.     
  413.   0.76
  414.     - very nasty bug removed from AddChunkyImageA(). If you
  415.       specified a progress hook, the histogram was completely
  416.       corrupt.
  417.  
  418.   0.75
  419.     - removed a silly bug from Chunky2RGB that was introduced
  420.       in v0.73
  421.     - new tag for CreateRMHandlerA: RMHTYPE_MemFlags.
  422.  
  423.   0.74
  424.     - new autodocs completed.
  425.     - RND_MemHandler renamed to RND_RMHandler.
  426.     - Some constants have changed. You must recompile.
  427.     - Includes once again reworked.
  428.     - new terminology: libcall functions which receive taglist
  429.       parameters end with "...A" instead of "...TagList".
  430.       tagcall vararg stubs no longer end with "...Tags".
  431.  
  432.   0.73
  433.     - a histogram created by CreateHistogram() now has a default
  434.       palette consisting of 16 grey tones.
  435.     - AddChunkyImage() now calls a progress hook. Therefore you
  436.       may specify the RND_ProgressHook tag in AddChunkyImage()'s
  437.       taglist.
  438.     - some optimizations
  439.     - CreateConversionTable() has been renamed to
  440.       CreatePenTable().
  441.     - ConvertChunkyImage() has been renamed to ConvertChunky().
  442.     - RND_ConversionTable has been renamed to RND_PenTable
  443.  
  444.   0.72
  445.     - Heavy bugs removed from AddRGBImage(), ExtractPalette(),
  446.       and other functions.
  447.     - C includes were completely unusable. Fixed.
  448.     - Major rework of most include files.
  449.  
  450.   0.71
  451.     - There were the 0.69 versions of render.library in the
  452.       0.70 archive
  453.     - DeleteScaleEngine() was missing in the includes. Fixed.
  454.     - DeleteScaleEngine() crashed when the scaling-engine wasn't
  455.       created with a custom memhandler.
  456.  
  457.   0.70
  458.     - New interfaces for CreateRenderMemHandler, CreateHistogram,
  459.       Render, AddChunkyImage, AddRGBImage, ExtractPalette,
  460.       SetRenderPalette.
  461.     - Removed SetRGBWeight, SetProgressHook, SetRenderMode,
  462.       SetPaletteMode
  463.     - New functions: ModifyHistogram, QueryHistogram
  464.     - Autodocs not yet updated
  465.  
  466.   0.69
  467.     - p2table searcher now adapts to low-memory situations (not
  468.       fully tested yet)
  469.     - InitPenConversionTable() is no longer defined. A custom
  470.       conversion table may be passed to Chunky2BitMap() directly.
  471.     - p1table adaption callback is now executed every 128th
  472.       adaption. after completion the callback hook is once more
  473.       executed. This corrects minor optical problems with
  474.       progress bars.
  475.     - forgot E include renderhooks.m. Now included.
  476.     - New qualitative color reduction algorythm implemented.
  477.       Slightly faster. Very stable results even with different
  478.       histogram resolutions. Much better output with dither and
  479.       few colors.
  480.  
  481.   0.68
  482.     - I actually forgot to include the SetPaletteMode entry in
  483.       the library's build-up table. The machine crashed when
  484.       executed. Fixed.
  485.     - IMPORTANT: Interface for Scale() has changed - Scale now
  486.       handles two additional arguments: totalwidth for source and
  487.       destination. This allows processing of clip areas.
  488.     - The chunky8 scaling engine now requires less memory.
  489.     - chunky8 scaling optimized for vertical enlarge
  490.     - Heavy autodoc improvements, especially in respect to
  491.       amigaguide links to be created with AD2AG.
  492.  
  493.   0.67
  494.     - new function: SetPaletteMode.
  495.     - some palette sort methods implemented.
  496.     - minor autodoc and includes bugs fixed
  497.     - CreateChunkyConversionTable renamed to
  498.       CreateConversionTable
  499.     - fixed minor accuracy problems with the chunky scaling
  500.       engine
  501.  
  502.   0.66
  503.     - new functions: CreateChunkyConversionTable and
  504.       ConvertChunkyImage.
  505.     - removed two subtle bugs in the FS-dither code. The blue
  506.       error component was treat incorrectly.
  507.  
  508.   0.65
  509.     - CreateScaleEngine8, DeleteScaleEngine und Scale
  510.       implemented.
  511.     - Autodocs updated
  512.  
  513.   0.64
  514.     - initial internal beta release
  515.  
  516.